主题
XlConditionValueTypes 枚举
指定可以使用的条件值的类型。
名称 | 值 | 说明 |
---|---|---|
xlConditionValueAutomaticMax | 7 | 最长数据条与范围中的最大值成比例。 |
xlConditionValueAutomaticMin | 6 | 最短数据条与范围中的最小值成比例。 |
xlConditionValueFormula | 4 | 使用公式。 |
xlConditionValueHighestValue | 2 | 值列表的最高值。 |
xlConditionValueLowestValue | 1 | 值列表的最低值。 |
xlConditionValueNone | -1 | 无条件值。 |
xlConditionValueNumber | 0 | 使用数字。 |
xlConditionValuePercent | 3 | 使用百分比。 |
xlConditionValuePercentile | 5 | 使用百分点值。 |